home *** CD-ROM | disk | FTP | other *** search
- -- card: 6128 from stack: in
- -- bmap block id: 7136
- -- flags: 4000
- -- background id: 3375
- -- name: INSTRUCTIONS 2
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=158 top=318 right=334 bottom=182
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=191 top=318 right=334 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go card 1
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=259 top=318 right=335 bottom=281
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=171 top=152 right=201 bottom=255
- -- title width / last selected line: 0
- -- icon id / first selected line: 24617 / 24617
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Microsoft Works
- ----- HyperTalk script -----
- On MouseUp -- Application
- Global LongName
- Put "FX-20:Microsoft Works:Microsoft Works" into LongName
- LaunchApplication
- End MouseUp
-
- --
- -- FOR 'PORTFOLIO' TO FUNCTION CORRECTLY; DO NOT MODIFY THIS SCRIPT!
- --
-
-